//==============================================================================
// ancient wolf_anim.txt
//==============================================================================

//==============================================================================
Define NorseBirthSFX
{
	Set HotSpot
	{
		Version
		{
			VisualParticle SFX N Myth Unit Birth Effect
		}
	}
}

//==============================================================================
Anim Birth
{
	SetSelector
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_BirthA
				ReplaceTexture Special N Fenris/Ancient Wolf
				Connect HotSpot NorseBirthSFX HotSpot
				Tag SpecificSoundSet 0.00 false WolfAmbient checkVisible
			}
		}
	}
}

//==============================================================================
Anim Idle
{
	SetSelector
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_IdleA
				ReplaceTexture Special N Fenris/Ancient Wolf
			}
		}
	}
}

//==============================================================================
Anim walk
{
	SetSelector 
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_WalkA
				ReplaceTexture Special N Fenris/Ancient Wolf
				Tag FootstepLeft 0.20 true	
				Tag FootstepRight 0.50 true	
				Tag FootstepLeft 0.95 true	
				Tag FootstepRight 0.65 true
			}
			Version
			{
				Visual Special N Fenris_RunA
				ReplaceTexture Special N Fenris/Ancient Wolf
				Tag FootstepLeft 0.20 true	
				Tag FootstepRight 0.50 true	
				Tag FootstepLeft 0.95 true	
				Tag FootstepRight 0.65 true 
			}
		}
	}
}

//==============================================================================
Anim Attack
{
	SetSelector 
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_AttackA
				ReplaceTexture Special N Fenris/Ancient Wolf
				//-- auto generated by the bang animation tool
				//-- do not hand edit these values
				Tag Attack 0.58 true	
				Tag GenericSound 0.40 true	
				Tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
				//-- end auto generated section
			}
		}
	}
}

//==============================================================================
Anim Bored
{
	SetSelector
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_BoredA
				ReplaceTexture Special N Fenris/Ancient Wolf
			}
			Version
			{
				Visual Special N Fenris_BoredB
				ReplaceTexture Special N Fenris/Ancient Wolf
			}
			Version
			{
				Visual Special N Fenris_BoredC
				ReplaceTexture Special N Fenris/Ancient Wolf
			}
		}
	}
}

//==============================================================================
Anim Death
{
	SetSelector
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_DeathA
				ReplaceTexture Special N Fenris/Ancient Wolf
				//-- auto generated by the bang animation tool
				//-- do not hand edit these values
				Tag SpecificSoundSet 0.00 false FenrisWolfDeath1 checkVisible 
				Tag SpecificSoundSet 0.37 false FenrisWolfDeath2 checkVisible 
				Tag SpecificSoundSet 0.76 false HeavyFall checkVisible 
				//-- end auto generated section
			}
		}
	}
}

//==============================================================================
Anim Flail
{
	SetSelector
	{
		Set HotSpot
		{
			Version
			{
				Visual Special N Fenris_FlailA
				ReplaceTexture Special N Fenris/Ancient Wolf
			}
		}
	}
}